home *** CD-ROM | disk | FTP | other *** search
/ Tux Racer / Tux Racer.iso / program files / Sunspire Studios / Tux Racer / courses / mountain / mountain2 / course.tcl next >
Encoding:
Text File  |  2001-09-09  |  423 b   |  16 lines

  1. #
  2. # Course configuration
  3. #
  4. objset :course -course_name "Mountain Run"
  5. objset :course:heightmap -width 148
  6. objset :course:heightmap -length 3600
  7. objset :course:heightmap -play_width 140
  8. objset :course:heightmap -play_length 3529.29
  9. objset :course:heightmap -angle 30
  10. objset :course:heightmap -elev_scale 30
  11. objcall :course:heightmap load_elevation elev.png
  12.  
  13. objset :course -start_pt {102 10}
  14.  
  15. tux_course_init
  16.